home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / admin / secure / Tor - Privoxy - Vidalia.exe / Privoxy / trust.txt < prev    next >
Text File  |  2006-11-20  |  3KB  |  76 lines

  1. ######################################################################
  2. #  File        :  $Source: /cvsroot/ijbswa/current/trust,v $
  3. #  $Id: trust,v 1.4 2006/07/18 14:48:47 david__schmidt Exp $
  4. #
  5. #  Purpose     :  Trustfiles are an experimental feature used for
  6. #                 building "whitelists" (versus the usual "blacklists"
  7. #                 techniques).
  8. #  Copyright   :  Written by and Copyright
  9. #                 Privoxy team. http://www.privoxy.org/
  10. #
  11. #                 Based on the Internet Junkbuster originally written
  12. #                 by and Copyright (C) 1997 Anonymous Coders and
  13. #                 Junkbusters Corporation.  http://www.junkbusters.com
  14. #
  15. # We value your feedback. However, to provide you with the best support,
  16. # please note:
  17. #  
  18. #  * Use the support forum to get help:
  19. #    http://sourceforge.net/tracker/?group_id=11118&atid=211118
  20. #  * Submit bugs only thru our bug forum:
  21. #    http://sourceforge.net/tracker/?group_id=11118&atid=111118 
  22. #    Make sure that the bug has not already been submitted. Please try
  23. #    to verify that it is a Junkbuster bug, and not a browser or site
  24. #    bug first. If you are using your own custom configuration, please
  25. #    try the stock configs to see if the problem is a configuration
  26. #    related bug. And if not using the latest development snapshot,
  27. #    please try the latest one. Or even better, CVS sources.
  28. #  * Submit feature requests only thru our feature request forum:
  29. #    http://sourceforge.net/tracker/?atid=361118&group_id=11118&func=browse
  30. #      
  31. # For any other issues, feel free to use the mailing lists:
  32. # http://sourceforge.net/mail/?group_id=11118
  33. #    
  34. # Anyone interested in actively participating in development and related
  35. # discussions can join the appropriate mailing list here:
  36. # http://sourceforge.net/mail/?group_id=11118. Archives are available
  37. # here too.
  38. ######################################################################
  39. #
  40. #                      Sample Trustfile for Privoxy
  41.  
  42. # For this file to have any effect, the line in the main config file beginning
  43. # "trustfile" must be uncommented, with the name of this file following the
  44. # word "trustfile".
  45.  
  46. # Trustfiles are an experimental feature used for building "whitelists"
  47. # of "trusted" sites (versus the usual "blacklists" technique). For more
  48. # detail, see http://www.privoxy.org/user-manual/config.html#TRUSTFILE.
  49.  
  50. # List trusted domains here. The default is to block any URL that is NOT
  51. # referenced. Access to trusted domains, includes all paths within that
  52. # domain. Preceding a domain with a '+' character, will designate that domain
  53. # as a "trusted referrer", meaning any pages linked from that site will be
  54. # allowed, and then added dynamically to this file. Thus, this builds a
  55. # "white-list" of safe places to browse. Note this means that the file will
  56. # grow with use!
  57.  
  58. # Preceding the domain with '~' character allows access to that domain only
  59. # (including all paths within that domain). But does not allow access to links
  60. # to other, outside domains. Sites that are added dynamically by trusted 
  61. # referrers, will include the '~' character, as thus do not become trusted
  62. # referrers themselves.
  63.  
  64. # Example: to allow example.com and links that come from example.com,
  65. # uncomment this line:
  66.  
  67. #  +example.com 
  68.  
  69. # and comment the last line (* alone), which would unblock everything:
  70.  
  71. # *
  72.